Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Isur/isomorphic-react-app

Repository files navigation

Starter

Isomoprhic React Application.

Table of contents

Getting Started:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To start this project you need npm, node, postgresql database and linux system.

Recommended: docker, docker-compose

Installing

To install packages:

npm install

To run development envinronment use

npm run dev

Webpack.ts will build and launch application.

Running the tests

Unit tests

Test and generate coverage report:

npm run test

Test, watch and generate coverage report:

npm run test:watch

Linter

Run linter and if possible, fix:

npm run lint

Linter with max warning set to 0:

npm run linter-no-warnings

Deployment:

If you want to deploy your app on live system use:

npm run build

It will check your code and build the application.

To start it use:

npm run start

You can also build docker image:

docker build -t [name] .

Built with

Authors

  • Artur Bednarczyk - Initial work - Isur

License

This project is licensed under the MIT License

About

Isomorphic React App.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors