Skip to content

kloupasakis/react-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-exercise

To configure the project you must have installed NodeJS on your machine.

Build the project

$ git clone https://github.com/toporoff/react-exercise.git
$ cd react-exercise
$ npm install -d

For development environments...

$ npm run dev

For production environments...

$ npm run prod

Then you have to open index file in your browser: path_to_project/public/index.html

Testing

For running tests...

$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • HTML 19.8%