Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 629 Bytes

File metadata and controls

22 lines (15 loc) · 629 Bytes
Success! Created blog-post-app at /Users/pyay/code/MyReactReduxOfficialStarterBlogPostApp/blog-post-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 blog-post-app
  npm start

Happy hacking!