ericorruption / static-boilerplate

Static project boilerplate inspired by H5BP.
The Unlicense
7 stars 1 forks source link

Static Boilerplate Greenkeeper badge

Lately I'd recommend jumping into something more stable depending on your requirements:

This is how I roll.

Dependencies

Node.js v8.10.0+ (Preferably through the use of NVM)

Installing

Run npm install after cloning the project and navigating to the project folder in your terminal.

Running

In the project folder type npm start to spin a local server with live reloading and asset processing.

Deployment

When you're ready to deploy, you can generate a production-ready build by issuing the npm run build command. You will have the generated assets inside the dist folder.

Contributing

Fork it. Branch it. Push it. PR it.

TODO