Web application developed with React.js for PYLSA.
See the DEMO
Make sure that you have Node.js v12.18.0 and yarn v1.22.5 or above installed.
pylsa-react-app
├── README.md
├── src
│ ├── components
│ ├── containers
| ├── i18n
│ ├── images
│ ├── styles
│ ├── utils
│ ├── index.js
│ ├── reducers.js
│ └── store.js
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── .eslintrc.js
├── .gitignore
├── .prettierignore
├── .prettierrc
├── jsconfig.json
├── package.json
├── README.md
└── yarn.lock
yarn start
Starts the development server running on http://localhost:3000
Install the project dependencies:
yarn install
To install a new dependency with the exact version flag:
yarn add dependency-name -E
Run project
yarn start
To have all the development environment automated we have a settings.json file with the following configuration:
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.rulers": [80]
}
- David Martinez - Frontend Developer