Eléments de cheminformatique

CH-352

Javascript project

This page is part of the content downloaded from Javascript project on Sunday, 29 June 2025, 18:40. Note that some content and any files larger than 50 MB are not downloaded.

Description

Learn how to install and develop in javascript


Page content

Create a GitHub account

Read the instructions and install the development environnement:

https://github.com/cheminfo/generator-cheminfo/blob/main/START.md

Create a new project that allows to check if a number is prime or not:

  • npm install --global yo generator-cheminfo
  • mkdir is-prime
  • cd is-prime
  • yo cheminfo:commonjs