Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

ddonny/miniweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Web

This project was bootstrapped with Create React App.

Live Demo

Please open new tab and on address bar of your web browser type: https://miniweb.netlify.com/

Running on local

By using terminal, run command below:

npm install && npm run start

and open on localhost:3000

Running test

Run test by using command below, and script automatically find file by prefix *.test.js under src/ directory

npm run test

License

This project is licensed under the MIT License - see the License file for details