📄Project Setup
Instructions to setup the project.
What are the prerequisites ?
git (to clone the repository).
node <= v11.10.1
How to set up the project locally?
Fork
https://github.com/Ignitus/Ignitus-client.git
Clone
git clone https://github.com/your_username/Ignitus-client.git
Once cloned navigate using
cd Ignitus-client
Open terminal execute
npm install
Now execute
npm start
Navigate to http://localhost:3000 🚀
Docker Setup 🐳
docker-compose up
Tools 🔨
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
To run ESLint use.
npm run lint
This option instructs ESLint to automatically try to fix as many issues as possible. 🛠
npm run lint:fix
Last updated
Was this helpful?