This project uses the following environment variables:
- You can load these environments from your device env vars or via .env file.
Name | Description | Default Value |
---|---|---|
NODE_ENV | Node.js running environment | development |
PORT | App running port | 3000 |
- Install Node.js version 14.x
- Clone the repository
git clone https://github.com/Lekato98/cards.git
- Install dependencies
cd cards
npm install
- Run the project
npm start
OR you can run with nodemon using
npm run start:dev
Navigate to http://localhost:3000