A Webpack template configured with Sass and development server.
Git, node and npm (Node Version Manager is recommended for installing node and npm on macOS and Linux. A similar manager is provided for Windows).
- Clone this repository:
$ git clone https://github.com/nwnordahl/express-rest-api
- Install the required packages in the cloned repository with npm:
$ npm i
- Run development server with automatic updates:
$ npm run start