To develop this project you must have the following installed:
-
- Type
git
into your terminal/cmd to see if it is already installed
- Type
-
- You may have this installed if you have worked on other javascript projects. Type
node -v
into your terminal to see if it is installed and which version. - If it isn't installed, you can follow that link or use a tool called nvm for installing and managing multiple versions. Great when you work on multiple projects. If you are on Windows, checkout nvm-windows.
- You may have this installed if you have worked on other javascript projects. Type
Once the required software is installed, do the following to run the project.
-
Clone the project into a directory that you can easily access, like a git directory in your documents.
git clone https://github.com/VikeLabs/Passr.git
-
Run
npm install
to install all the npm packages -
Run
npm start
to begin running the project. See npm start for details. -
Now you can make edits to the JS files and see the changes refresh in the browser before your eyes.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.s
Runs ESLint on all (ts,tsx,js,jsx) files in the app, the latter command also fixes any ESLint errors automatically.
Runs Prettier to automatically format code on all (ts, tsx, jsx, jsx) files in the app.
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.