Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 640 Bytes

website

my new website built in React.js

history

2019-03-25 repo created / react app created

setup

cmd> npx create-react-app website-app

Success! Created website-app Inside that directory, you can run several commands:

npm start Starts the development server.

npm run build Bundles the app into static files for production.

npm test Starts the test runner.

npm run eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!

We suggest that you begin by typing:

cd website-app npm start

Happy hacking!