Frontend app of News Magazine project
Install all dependecies below:
Copy .env.docker
to .env
and setup the configurations.
Run the following command
make init-start
Project will be run in port 3000
(http://localhost:3000)
Run the following command
make start
Project will be run in port 3000
(http://localhost:3000)
Command | Description |
---|---|
make init-start | Initialize setup and start services |
make start | Start services |
make stop | Stop services |
make restart | Restart services |
make build | Build image and start services |
make rebuild | Rebuild image and start services |
make down | Remove services |
Install all dependecies below:
Run the following command
npm install
Copy .env.example
to .env
and setup the configurations.
Run the following command
npm start
Project will be run in port 3000
(http://localhost:3000)
React.js, Javascript, TailwindCSS, Docker, Node
- Juniardy Setiowidayoga (@juniardys)