Skip to main content

Creating New Project

Let's use the Subsocial Starter to create a new project named twitter-dapp

Note

Make sure you have node, npm and yarn installed before going forward.

Follow the steps

  1. Open the terminal inside a directory of your choice.

  2. Run the following command:

    npx create-react-app twitter-dapp --template @subsocial/starter
  3. Change the directory and install all the dependencies, using this command:

    cd twitter-dapp && yarn
  4. To run the project, execute the following command:

    yarn start

    You will see something like this:

    Starter Demo

  5. Open the twitter-dapp directory in VS Code.