Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aerian-studios/web-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web starter

This is a basic web boilerplate project. To use it, fork this repo and clone it. You can then edit the files in /src/.

This includes TypeScript and SASS, but you can write in plain CSS and JavaScript instead if you prefer.

It includes Parcel bundler which handles compilation, bundling etc. Just link things in your HTML and they should work.

To begin, type:

npm i

Then to run the development server, type:

npm start

You can then open http://localhost:1234/

To build for production, type:

npm run build

This will build a production site in dist.

About

If you want to build a basic site with modern JS or TypeScript, start here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published