/react-tests-workshop

Primary LanguageTypeScriptMIT LicenseMIT

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/