/web-fs

Primary LanguageJavaScript

prerequisites:

Install dependencies:

git clone https://github.com/filkovsp/web-fs.git
cd web-fs

yarn install

Start the whole bundle at once:

yarn start

Optional:

  • Add new dependency:
    yarn add react react-dom
  • Start client only:
    yarn --cwd client start
  • Start server only:
    yarn --cwd client start