felixmosh / react-tests-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React tests workshop

  1. Get the sourcecode:

    $ git clone https://github.com/felixmosh/react-tests-workshop.git
    
  2. Switch to its directory:

    $ cd react-tests-workshop
    
  3. Run npm install command, it will install dependencies:

    $ npm install
    
  4. Run npm run build command, it will build the bundle for you:

    $ npm run build
    
  5. Host the server with webpack-dev-server:

    $ npm run start
    
  6. Now you can browse your site through this address:

    http://localhost:3000/
    

About

License:MIT License


Languages

Language:TypeScript 67.4%Language:CSS 21.0%Language:JavaScript 9.9%Language:HTML 1.5%Language:Shell 0.2%