Application to present Progress' Projects
git clone https://github.com/DilyanaM/projects-progress.git && cd projects-progress
yarn
Dependencies for this project were installed via yarn package manager. All future dependencies must be installed with yarn.
npm start
yarn start
Runs the app in development mode.
Opens the app at http://localhost:8080 in the browser.
npm run build
yarn build
Builds the app for production to the dist folder.
You can run the built version easily with http-server by executing the following command in the root folder of the project:
http-server -p 8081 ./dist -o http://localhost:8081/index.html
And then navigate to http://localhost:8081 in the browser.
More available scripts can be found in the package.json file in root directory.