We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful for people who want to run your project locally to have installation instructions, something like...
Clone this repo and cd into it
git clone [email protected]:xxxx
Run npm install to install all dependencies
npm install
Run npm start to start the server
npm start
Navigate to http://localhost:4000/ in your browser
npm test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be useful for people who want to run your project locally to have installation instructions, something like...
Installation instructions
Clone this repo and cd into it
git clone [email protected]:xxxx
Run
npm install
to install all dependenciesRun locally
Run
npm start
to start the serverNavigate to http://localhost:4000/ in your browser
Tests
npm test
to run the testsThe text was updated successfully, but these errors were encountered: