Code Monkey home page Code Monkey logo

react-typescript-boilerplate's Introduction

React in TypeScript Boilerplate with Docker

React application in TypeScript.

Prerequisites

One of the following is required to run:

  • Docker
  • Yarn

How to deploy

To run the project you need to follow the procedure below. There are two ways, you only need to do one.

Deploy by Docker

docker-compose up -d

Then you can connect to http://localhost:3000.

To stop, enter:

docker-compose down

Deploy by Yarn

./run.sh

How to development

To run for development you need to follow the procedure below. There are two ways, you only need to do one.

The difference from deploy is that when you modify the source, it will be updated immediately.

Develop by Docker

NODE_ENV=development docker-compose up -d

Then you can connect to http://localhost:3000.

To stop, enter:

docker-compose down

Develop by Yarn

NODE_ENV=development ./run.sh

react-typescript-boilerplate's People

Contributors

heoh avatar

Watchers

 avatar

react-typescript-boilerplate's Issues

초기 개발환경 구성

언어는 TypeScript를 사용할 것이고, UI 프레임워크로 React를 사용할 것입니다.
Docker 기반의 컨테이너 개발 환경도 지원하면 좋을 것 같습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.