Access https://github.com/VitorGiam/mustBeLength/
Make a clone:
https://github.com/VitorGiam/mustBeLength.git
Or
git@github.com:VitorGiam/mustBeLength.git
- Access the past
cd mustBeLength
- Download Node modules
npm i
- Run the project
npm start
- Open in web browser
my-app/
node_modules/
public/
favicon.ico
index.html
manifest.json
src/
components/
CarList/
Styles/
index.js
TableBody/
index.js
index.js
CarRegisterForm/
Api/
index.js
Styles/
index.js
index.js
configuration.js
index.js
.gitignore
package-lock.json
package.json
README.md
To check version npm
npm -v
To check version node
node -v
Version used:
- npm 6.1.0
- node v10.4.0
"@material-ui/core": "latest",
"axios": "0.18.0",
"final-form": "4.0.0",
"material-ui": "1.0.0-alpha.19",
"prop-types": "latest",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-final-form": "3.0.2",
"styled-components": "2.4.0"