-
Get the sourcecode:
$ git clone https://github.com/felixmosh/react-tests-workshop.git
-
Switch to its directory:
$ cd react-tests-workshop
-
Run
npm install
command, it will install dependencies:$ npm install
-
Run
npm run build
command, it will build the bundle for you:$ npm run build
-
Host the server with
webpack-dev-server
:$ npm run start
-
Now you can browse your site through this address:
http://localhost:3000/