A mini and usefull NodeJS based framework
Maintainer: Amir.Ojvar [email protected]
Create a new copy of project
git clone https://github.com/ojvar/sunset-5.git
Then, install npm dependecies by running
npm i
Next, create a copy of .env file by:
(Linux and Mac) cp .env.example .env
(Windows) copy .env.example .env
Finally run these two commands in the separate terminals:
Running webpack bundler (in watching mode)
npm run watch
Running Server
npm run s-watch