Skip to content

DilyanaM/projects-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects Progress

Application to present Progress' Projects

Clone project

git clone https://github.com/DilyanaM/projects-progress.git && cd projects-progress

Install dependencies

yarn

Dependencies for this project were installed via yarn package manager. All future dependencies must be installed with yarn.

Run the project

npm start

or

yarn start

Runs the app in development mode.
Opens the app at http://localhost:8080 in the browser.

Build the project

npm run build

or

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.

Other scripts

More available scripts can be found in the package.json file in root directory.

Resources

API:

Tools:

About

Application to present Progress' projects

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors