π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.gitClone
git clone https://github.com/your_username/Ignitus-client.gitOnce cloned navigate using
cd Ignitus-clientOpen terminal execute
npm installNow execute
npm startNavigate to http://localhost:3000 π
Docker Setup π³
docker-compose upTools π¨
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
To run ESLint use.
npm run lintThis option instructs ESLint to automatically try to fix as many issues as possible. π
npm run lint:fixLast updated
Was this helpful?
