DEV Community

VA-11 Hall-A:東方算術騎士団【令和版】
VA-11 Hall-A:東方算術騎士団【令和版】

Posted on • Updated on

Docker-Compose&typescript-react-sass-webpack-babel-boilerplate

GitHub

https://github.com/ProblemaResolt/DockerFrontendReact

Docker

  • Docker
  • docker-compose

typescript-react-sass-webpack-babel-boilerplate

This is a basic boilerplate for these technologies:

  • TypeScript
  • React
  • SASS
  • Webpack
  • Babel

Setup dev environment

  • docker-compose build
  • docker-compose up -d
  • docker-compose exec frontend ash
  • yarn install
  • develop yarn run webpack:dev
  • open http://localhost:8000/

Production

  • production yarn run webpack:prod

Reference Material

  • typescript-react-sass-webpack-babel-boilerplate

link:[https://github.com/maxbause/typescript-react-sass-webpack-babel-boilerplate]

Webpackの設定は変えていますが、ドイツの max さんのやつ参考(ほぼ)にしましたありがとう!!!!

MaxBauseさんのサイト

https://maxbause.me

Top comments (0)