0.0.2 • Published 4 years ago

express-lanch-box v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Express Launch Box

Installation

  1. Click on code button and copy the link to the repo

  2. Clone the repository to your local environment - git clone https://github.com/saucecodee/express-launch-box.git

  3. Navigate into the cloned folder - cd express-launch-box

Running the server locally

  1. Install all dependencies - npm install

  2. Create a new file .env and copy the contents of env.test into it.

  3. Start up the server - npm start | npm run dev

  4. Server should be running on http://localhost:1999/ by default