Sample application with Express React ad Websocket.
Get started developing...
# install deps
npm install
# run in development mode
npm run dev
# run tests
npm run test
Install all package dependencies (one time operation)
npm install
Runs the application is development mode. Should not be used in production
npm run dev
or debug it
npm run dev:debug
Compiles the application and starts it in production production mode.
npm run compile
npm start
Run the Mocha unit tests
npm test
or debug them
npm run test:debug
- Open you're browser to http://localhost:3000
- Invoke the
/examples
endpointcurl http://localhost:3000/api/v1/examples
npm run dev:debug
npm run test:debug
- Generate Express Typescript app
- Create React app
- State Management with React Hooks
- Express session with Redis
- Express React server-sent-events
- React hooks fetch data
- React Router
- Basic React Authentication
- Redirect Auth
- Google Auth
- RabbitMQ Topic
- amqplib API reference
- Jira API
- Jest run tests selectively