This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
IDE
Abhinav Behal edited this page Apr 11, 2019
·
3 revisions
Start by creating and cloning a fork of this repository if you haven't already, and then refer to the guides below for IDE-specific instructions.
Make sure that you've completed the steps on the following wiki pages:
If the IDE you use isn't on this page, feel free to contribute instructions.
- Download and install Visual Studio Code from here.
- Open up VSCode.
- Go to
File > Open Folder
and navigate to the folder where you cloned the repository. - Since VSCode ships with built-in JavaScript & TypeScript support, you can start working on the repository now.
- You can run the app using the built-in terminal, or an external terminal window by executing
npm start
- Install the TSLint extension to make it easy for you to follow the linting rules.
- Download and install Webstorm from here.
- Open up Webstorm.
- Open the folder where you cloned the repository.
- Wait for Webstorm to finish indexing all the files.
- Click the
Add Configuration...
button on the top right. - Press the
+
button, and selectnpm
. - In the
command
dropdown, selectstart
. - Click
Apply
andOK
. - Press the green triangle on the top right to run the application.
- Create additional configurations to run other scripts from
package.json
, e.g.npm run lint
, using the steps above.
- Download and install Atom from here.
- Open up Atom.
- Click
Open a Project
and select the folder where you cloned the repository. - Go to
File > Settings
and clickInstall
. - Search for the
atom-typescript
package and install it. - You can now start working on the project, run it using
npm start
from a terminal.
- Install additional packages to help with linting, embedding a terminal, etc. Search for packages within Atom or here.
Copyright © Team Project Hype-r Phlame. 2019. All Rights Reserved.