文件名称:阅读:使用webpack的高度可扩展的React样板
文件大小:174KB
文件格式:ZIP
更新时间:2024-03-08 06:29:48
react boilerplate typescript spa webpack
读 学习7AD 在了解设计模式 要求 快速开始 # install nodejs with specific version $ nvm install 12.6.3 # using specific nodejs $ nvm use 12.6.3 # clone repository $ git clone https://github.com/logustra/read.git # open folder read $ cd read # instal dependencies $ pnpm install # build and serve with express $ pnpm start 与Docker一起运行 # build image and tag it with name read $ docker build . -t read # run image read in