This theme is a simple boilerplate for simple websites
Make sure you have these requirements installed on your machine
- Node^8
- npm
Run:
$ npm i // will install all dependencies
$ npm start // will start your express server using process.env.PORT or 3000
$ npm run compile:sass // will compile your .sass files to .css into public folder
Run:
$ yarn
$ yarn start
$ yarn compile:sass